STEP 14: We're almost done! Now we just need to tell the user the result of our prediction.
Remember, when we want to use a number inside a string, we need to cast it using str().
- In , drag in Convert to String to the bottom of your program.
- Change the variable inside str() from my_var to predicted_sleep.
- Change the variable to the left of the = sign from my_var to sleep_string.
To navigate the page using the TAB key, first press ESC to exit the code editor.